projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48680f8
)
babl: return tolerance to 0.000001
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 13 Dec 2016 20:50:56 +0000
(21:50 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 13 Dec 2016 20:51:16 +0000
(21:51 +0100)
Smallest value printable with default %f printf format, conversions have been
iterated on sufficiently to crank up the precision again.
babl/babl-fish-path.c
patch
|
blob
|
history
diff --git
a/babl/babl-fish-path.c
b/babl/babl-fish-path.c
index 3762d625a49fad03b9f393100001e4ee2a1a661f..7e1504c64542c8c3c8d2e8b791df7dffab3b2a64 100644
(file)
--- a/
babl/babl-fish-path.c
+++ b/
babl/babl-fish-path.c
@@
-21,7
+21,7
@@
#include "babl-internal.h"
#include "babl-ref-pixels.h"
-#define BABL_TOLERANCE 0.00000
6
+#define BABL_TOLERANCE 0.00000
1
#define BABL_MAX_COST_VALUE 2000000
#define BABL_HARD_MAX_PATH_LENGTH 8
#define BABL_MAX_NAME_LEN 1024